Skip to main content

Getting started

Installation

The python-arango library can be used in any Python project that targets Python version 3.7 or later.

To install the library using PIP, run the following command in a terminal:

pip install python-arango --upgrade

You can then import the library in your project as follows:

from arango import ArangoClient
 
Help us improve

Anything unclear or buggy in this tutorial? Provide Feedback